JAMS Developer Guide
ContinueExecution Field (JAMSNativeActivityGeneric<T>)


MVPSI.JAMS.Activities Namespace > JAMSNativeActivityGeneric<T> Class : ContinueExecution Field
Defaults to true. Can be set to false to stop execution.
Syntax
'Declaration
 
Protected ContinueExecution As System.Boolean
'Usage
 
Dim instance As JAMSNativeActivityGeneric(Of T)
Dim value As System.Boolean
 
value = instance.ContinueExecution
 
instance.ContinueExecution = value
protected System.bool ContinueExecution
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JAMSNativeActivityGeneric<T> Class
JAMSNativeActivityGeneric<T> Members